home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / ADCALC.ZIP / ADCALC.HIS next >
Encoding:
Text File  |  1996-12-11  |  3.6 KB  |  116 lines

  1. TAdrockCalculatorEdit History File
  2. ==================================
  3.  
  4. 6th November, 1995    Version 1.00
  5.  
  6.     NEW & UPDATED FEATURES
  7.     ----------------------
  8.     Released to CompuServe, included Help File, KWF File for Delphi, AdcalcBt.DCU, 
  9.     Adcalcbt.DCR AdcalcBt.RES.
  10.  
  11. 22nd January, 1996    Version 1.10
  12.  
  13.     NEW & UPDATED FEATURES
  14.     ----------------------
  15.     Added new property ColorWhileEditing to set the text color while the control is being 
  16.     edited. This property now makes the font.color property defunct.
  17.     
  18.     Note : You can not see the result of this property at design mode
  19.  
  20. 1st March, 1996    Version 1.20
  21.  
  22.     NEW & UPDATED FEATURES
  23.     ----------------------
  24.     Internal Documentation Change
  25.  
  26. 11th March, 1996    Version 1.30
  27.  
  28.     NEW & UPDATED FEATURES
  29.     ----------------------
  30.     Changed the way the control draws the date when the control does not have the input 
  31.     focus.
  32.  
  33. 16th May, 1996    Version 1.40
  34.  
  35.     BUG FIX'S & MODIFICATIONS
  36.     --------------------------
  37.     Modified the formating of the control when linked to a dataset that is closed. This 
  38.     corrected an error that could occur when using the UseDBDisplayFormat.
  39.  
  40. 30th December, 1899    Version 1.50
  41.  
  42.     NEW & UPDATED FEATURES
  43.     ----------------------
  44.     Internal Revision
  45.  
  46. 30th December, 1899    Version 1.60
  47.  
  48.     NEW & UPDATED FEATURES
  49.     ----------------------
  50.     Internal Revision
  51.  
  52. 15th June, 1996    Version 1.70
  53.  
  54.     BUG FIX'S & MODIFICATIONS
  55.     --------------------------
  56.     Corrected a memory hole. One of the calendar buttons was not being freed.
  57.     
  58.     Fixed a problem with decimal seperator character, originally it used a ',' but we 
  59.     changed this to support international changes.
  60.  
  61. 17th June, 1997    Version 1.80
  62.  
  63.     BUG FIX'S & MODIFICATIONS
  64.     --------------------------
  65.     Fixed a bug where international decimal separators was no being displayed on the 
  66.     calendars buttons. It was always a '.'
  67.  
  68. 25th July, 1996    Version 1.90
  69.  
  70.     BUG FIX'S & MODIFICATIONS
  71.     --------------------------
  72.     Fixed a bug where the user was still able to type if the field was read only.
  73.  
  74. 4th November, 1996    Version 2.00
  75.  
  76.     NEW & UPDATED FEATURES
  77.     ----------------------
  78.     Adjusted Cell Spacing on Popup
  79.     
  80.     Converted Source Code to be Registered By Default when compiling.
  81.  
  82. 26th November, 1996    Version 2.10
  83.  
  84.     NEW & UPDATED FEATURES
  85.     ----------------------
  86.     Added a new event which gets called when there is an error. If you do not use this 
  87.     event then the standard message box is displayed, but if you do then you can do what 
  88.     you want when an error occurs. The default message that would be displayed is passed 
  89.     as a parameter to the event. The new event is called OnBadNumber.
  90.     
  91.     Added a new event which gets called when there is a range error. If you do not use 
  92.     this event then the standard message box is displayed, but if you do then you can do 
  93.     what you want when an error occurs. The default message that would be displayed is 
  94.     passed as a parameter to the event. The new event is called OnRangeError.
  95.     
  96.     Added a seperate resource file to handle the buttons on the calculator. You now can 
  97.     change the captions for all the buttons. Included is a .RC script that contains the 
  98.     entries for all the button captions.
  99.     
  100.     You can use the Delphi BRC32.EXE application to compile the script into a resource 
  101.     file.
  102.     
  103.     eg: BRC32 -r adcalcst.rc 
  104.     
  105.     Run BRC32 with no parameters to get a list of all parameters, the file BRC32 can be 
  106.     found in the Delphi 2.0\Bin directory....
  107.     
  108.     There is also a BRC.EXE file in the Delphi\Bin directory of Delphi 1.0
  109.     
  110.  
  111. Adrock Software, Byte Computer & Software Ltd
  112. CompuServe 100353,110  Internet ADROCK@USA.NET
  113. http://WWW.Adrock.COM
  114.  
  115. 11th December, 1996  12:34 PM
  116.